From df2a636c6f6c4cf60ea5cea7349f6613dcd0edda Mon Sep 17 00:00:00 2001 From: "smh22@tempest.cl.cam.ac.uk" Date: Tue, 16 Nov 2004 16:18:43 +0000 Subject: [PATCH] bitkeeper revision 1.1159.170.30 (419a2863WX3YLZ5KVCew4n2UgbIs-g) make 2.4 build again --- linux-2.4.27-xen-sparse/include/asm-xen/irq.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-2.4.27-xen-sparse/include/asm-xen/irq.h b/linux-2.4.27-xen-sparse/include/asm-xen/irq.h index 45e12cbde1..836629fe92 100644 --- a/linux-2.4.27-xen-sparse/include/asm-xen/irq.h +++ b/linux-2.4.27-xen-sparse/include/asm-xen/irq.h @@ -59,4 +59,7 @@ extern void irq_resume(void); #define CPU_MASK_NONE 0 +/* XXX SMH: no-op for compat w/ 2.6 shared files */ +#define irq_ctx_init(cpu) do { ; } while (0) + #endif /* _ASM_IRQ_H */ -- 2.30.2